Click or drag to resize

ServiceUpdateItem Method (ItemId, IListPropertyPath, ConflictResolution, SendMeetingOption, FolderId)

Updates the properties of an existing item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemId UpdateItem(
	ItemId itemId,
	IList<PropertyPath> propertiesToDelete,
	ConflictResolution conflictResolution,
	SendMeetingOption sendMeetingOption,
	FolderId sentItemsFolderId
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to update.
propertiesToDelete
Type: System.Collections.GenericIListPropertyPath
The properties to delete.
conflictResolution
Type: Independentsoft.ExchangeConflictResolution
The conflict resolution mode.
sendMeetingOption
Type: Independentsoft.ExchangeSendMeetingOption
Indicates whether and how invitations and/or cancellations should be sent for appointments.
sentItemsFolderId
Type: Independentsoft.ExchangeFolderId
The folder in which to save sent messages, meeting invitations, or cancellations.

Return Value

Type: ItemId
A collection of update results for each of the specified items.
See Also